home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3 - Disc 2.iso / designe / IMAGES / ICONS / DENTWH1.OPD < prev    next >
Encoding:
Text File  |  1996-10-14  |  1.1 KB  |  51 lines

  1. #[document 73.8145 161.55 132.586 196.036
  2. static oe="odd_even",nzw="nonzero_winding",wc="winding_counting";
  3. static stroked="stroked";
  4. static vert="vertical",horz="horizontal";
  5. static miter="miter",bevel="bevel",round="round";
  6. static butt="butt",proj="projected";
  7. #[page
  8. auto m=move,l=line,c=curve;
  9. auto p;
  10. gc_cspace("Lab");
  11. gc_color(100.0,0.0,0.0);
  12. rect(0,0,0,0);
  13. auto ng=draw(path());
  14. auto s=array(ng);
  15. m(106.40,172.45);
  16. l(116.85,171.45);
  17. l(112.55,166.05);
  18. l(118.20,170.05);
  19. l(120.15,161.55);
  20. l(120.80,169.80);
  21. l(125.75,166.30);
  22. l(122.20,171.05);
  23. l(132.25,172.55);
  24. l(122.05,173.80);
  25. l(126.25,179.30);
  26. l(121.05,175.45);
  27. l(119.15,182.45);
  28. l(117.95,175.45);
  29. l(113.05,179.55);
  30. l(116.75,173.80);
  31. l(106.40,172.45);
  32. close_edge();
  33. p=path();
  34. gc_color(100.00,0.00,0.01);
  35. s[0]=draw(p);
  36. m(129.05,192.50);
  37. c(129.05,178.25,117.45,166.65,103.20,166.65);
  38. c(88.95,166.65,77.35,178.25,77.35,192.50);
  39. finish_edge();
  40. p=path();
  41. gc_draw_style(stroked);
  42. gc_line_join_style(bevel);
  43. gc_stroke_width(5.00);
  44. gc_font_draw_style(0);
  45. s[1]=draw(p);
  46. s[0]over=s[1];
  47. page:=s[0];
  48. s=NULL;
  49. #]page
  50. #]document
  51.